The following tables list the members exposed by EntityScalarQueryOperation<T>.
Public Properties
| Name | Description |
 | CanCancel |
Returns whether the operation can be cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | Cancelled |
Returns whether the operation was cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | CompletedSuccessfully |
Returns whether the operation completed success
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | CompletedSynchronously |
Returns whether the operation completed synchronously.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | EntityQuery |
The requested query.
|
 | Error |
Returns the exception if the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | HasError |
Returns whether the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | IsCompleted |
Returns whether the operation is completed regardless of whether it was cancelled or failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | IsErrorHandled |
Was any error that occured handled?
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | ResolvedFetchStrategy |
The fetch strategy actually used to process the query.
|
 | Result |
The result of the query.
|
 | Task |
The asynchronous task.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | UserState |
Returns the user state which identifies the operation.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>) |
 | WasFetched |
Whether the operation completed.
|
Top
Public Methods
Public Events
See Also